home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-02 | 1.2 KB | 55 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Emerald
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Emerald.tiff
- LOCAL_RESOURCES = Analysis.nib AnalysisUS.nib Canadian.nib Emerald.nib\
- InfoPanel.nib MoreInfo.nib US.nib
-
- GLOBAL_RESOURCES = CanEq.tiff Emerald.tiff EmeraldBig.tiff Eric.tiff\
- USEq.tiff
-
- CLASSES = AnalysisObject.m AnalysisUSObject.m CanadianObject.m\
- MenuObject.m USObject.m
-
- HFILES = AnalysisObject.h AnalysisUSObject.h CanadianObject.h\
- MenuObject.h USObject.h
-
- MFILES = Emerald_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Emerald.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-